Package com.netscape.cms.servlet.common
Class ECMSGWException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.cms.servlet.common.ECMSGWException
- All Implemented Interfaces:
Serializable
A class represents a CMS gateway exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionECMSGWException
(String msgFormat) Constructs a CMS Gateway exception.ECMSGWException
(String msgFormat, Exception e) Constructs a CMSGW exception.ECMSGWException
(String msgFormat, Object[] params) Constructs a CMSGW exception. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ECMSGWException
Constructs a CMS Gateway exception. -
ECMSGWException
Constructs a CMSGW exception. -
ECMSGWException
Constructs a CMSGW exception.
-
-
Method Details
-
getBundleName
Description copied from class:EBaseException
Returns the given resource bundle name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- the name of the resource bundle for this class.
-